menu
flutter_addtoapp_bridge package
documentation
flutter_addtoapp_bridge_platform_interface.dart
FlutterAddtoappBridgePlatform
showToast method
showToast method
dark_mode
light_mode
showToast
method
void
showToast
(
String
?
message
)
Implementation
void showToast(String? message) { throw UnimplementedError('toast has not been implemented.'); }
flutter_addtoapp_bridge package
documentation
flutter_addtoapp_bridge_platform_interface
FlutterAddtoappBridgePlatform
showToast method
FlutterAddtoappBridgePlatform class