createNotificationChannel method

Future<void> createNotificationChannel()

Implementation

Future<void> createNotificationChannel() async {
  return _createNotificationChannel();
}