setUserId static method

Future setUserId(
  1. String userId
)

Implementation

static Future<dynamic> setUserId(String userId) async {
  await _channel.invokeMethod('setUserId', {'userId': userId});
}