setupNotificationChannel method

  1. @override
void setupNotificationChannel()

API to create notification channels on Android.

Implementation

@override
void setupNotificationChannel() {
  _methodChannel.invokeMethod(methodSetupNotificationChannelAndroid);
}