setNotificationOptions method
Implementation
Future<void> setNotificationOptions(SMTNotificationOptions options) async {
await _channel.invokeMethod("setNotificationOptions", options.toJson());
}
Future<void> setNotificationOptions(SMTNotificationOptions options) async {
await _channel.invokeMethod("setNotificationOptions", options.toJson());
}