@override Future<void> signIn(String userId) async { await methodChannel.invokeMethod<void>('signIn', <String, String>{ 'userId': userId, }); }