createNotificationChannel method

Future<void> createNotificationChannel(
  1. SMTNotifcationChannelBuilder builder
)

Implementation

Future<void> createNotificationChannel(
    SMTNotifcationChannelBuilder builder) async {
  await _channel.invokeMethod("createNotificationChannel", builder.toJson());
}