static Future<void> setUserId(String? userId) async { return _channel.invokeMethod('setUserId', userId); }