@override Future<void> setUser(Map<String, dynamic> user) async { await methodChannel.invokeMethod('setUser', user); }