closeAllChats method

  1. @override
Future<bool> closeAllChats()
override

Implementation

@override
Future<bool> closeAllChats() async {
  return await methodChannel.invokeMethod('closeAllChats');
}