menu
flutter_sdk_notification package
documentation
flutter_sdk_notification_method_channel.dart
MethodChannelFlutterSdkNotification
showHome method
showHome method
dark_mode
light_mode
showHome
method
@
override
Future
<
void
>
showHome
(
)
override
Implementation
@override Future<void> showHome() async { await methodChannel.invokeMethod('showHomeDashboard'); }
flutter_sdk_notification package
documentation
flutter_sdk_notification_method_channel
MethodChannelFlutterSdkNotification
showHome method
MethodChannelFlutterSdkNotification class