@override Future<String> cancelInviteByPhone() async { return await methodChannel .invokeMethod<String>('cancelInviteByPhone') .then<String>((String? value) => value ?? ""); }