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