sync method

Future sync (Carrier carrier)

start atlas sync collection

Implementation

static Future sync(Carrier carrier) async {
  var res = await _channel.invokeMethod('sync', carrier.toJson());
  return res;
}