call abstract method

  1. @override
$R call({
  1. double? latitude,
  2. double? longitude,
  3. bool? isSync,
  4. int? timestamp,
  5. String? boundaryCode,
})
override

Implementation

@override
$R call(
    {double? latitude,
    double? longitude,
    bool? isSync,
    int? timestamp,
    String? boundaryCode});