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