setCustomNotification static method
Implementation
static Future<void> setCustomNotification() async {
_channel.invokeMethod('setCustomNotification');
}
static Future<void> setCustomNotification() async {
_channel.invokeMethod('setCustomNotification');
}