@override Future<void> setUserId(String? userId) { return _methodChannel.invokeMethod<void>('setUserId', <String, dynamic>{ 'userId': userId, }); }