setPeopleVariable static method Null safety
Implementation
static Future<Null> setPeopleVariable(Map<String, dynamic> variable) async {
return await _channel.invokeMethod("setPeopleVariable", variable);
}
static Future<Null> setPeopleVariable(Map<String, dynamic> variable) async {
return await _channel.invokeMethod("setPeopleVariable", variable);
}