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