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