Sets the user ID for analytics tracking.
@override Future<void> setUserId(String userId) async { await _channel.invokeMethod('setUserId', {'userId': userId}); }