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