logRegistrationEvent static method

Future<void> logRegistrationEvent(
  1. String? userId
)

Implementation

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