setupNotificationChannel method
API to create notification channels on Android.
Implementation
@override
void setupNotificationChannel() {
_methodChannel.invokeMethod(methodSetupNotificationChannelAndroid);
}
API to create notification channels on Android.
@override
void setupNotificationChannel() {
_methodChannel.invokeMethod(methodSetupNotificationChannelAndroid);
}