replace one document in collection
static Future update(Carrier carrier) async { var res = await _channel.invokeMethod('update', carrier.toJson()); return res; }