@override Future<String?> sendUserDetail(dynamic user) async { return await methodChannel.invokeMethod<String>('sendUserDetail', user); }