isPrivateChatDisabled method

Future<bool> isPrivateChatDisabled()

Implementation

Future<bool> isPrivateChatDisabled() async {
  throw UnimplementedError(
      'isPrivateChatDisabled() has not been implemented.');
}