update static method
更新
Implementation
static Future<bool> update(UpdateModel model) async {
return await _channel.invokeMethod('update', {
'model': model.toJson(),
});
}
更新
static Future<bool> update(UpdateModel model) async {
return await _channel.invokeMethod('update', {
'model': model.toJson(),
});
}