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