(flutter) add const constructor for flutter options
This commit is contained in:
@@ -8,6 +8,8 @@ class ThermionFlutterOptions {
|
||||
final String? uberarchivePath;
|
||||
|
||||
ThermionFlutterOptions({this.uberarchivePath});
|
||||
const ThermionFlutterOptions.empty() : uberarchivePath = null;
|
||||
|
||||
}
|
||||
|
||||
abstract class ThermionFlutterPlatform extends PlatformInterface {
|
||||
|
||||
Reference in New Issue
Block a user