clearLocalNotifications static method

Future<bool> clearLocalNotifications()

Implementation

static Future<bool> clearLocalNotifications() async {
	return await _channel.invokeMethod('clearLocalNotifications');
}