menu
plus_flutter_app_builder package
documentation
plus_flutter_app_builder.dart
AppBuilder
match method
match method
dark_mode
light_mode
match
method
bool
match
(
String
platform
, [
String
?
target
])
Implementation
bool match(String platform, [String? target]) { return this.platform == platform; }
plus_flutter_app_builder package
documentation
plus_flutter_app_builder
AppBuilder
match method
AppBuilder class