isChatDisabled method

Future<bool> isChatDisabled()

Implementation

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