setUserId static method

Future<Null> setUserId(
  1. String userId
)

Implementation

static Future<Null> setUserId(String userId) async {
  return await _channel.invokeMethod("setUserId", {"userId": userId});
}