@override Future<bool> isChatDisabled() async { return await methodChannel .invokeMethod<bool>('isChatDisabled') .then<bool>((bool? value) => value ?? false); }