hideChatListOnNotification static method

Future hideChatListOnNotification()

Implementation

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