cancelNotify static method

Future<bool> cancelNotify()

删除通知栏消息

Implementation

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