AtLocationFlutterPlugin constructor

AtLocationFlutterPlugin(
  1. List<String?>? atsignsToTrack, {
  2. Key? key,
  3. double? left,
  4. double? right,
  5. double? top,
  6. double? bottom,
  7. bool calculateETA = false,
  8. bool addCurrentUserMarker = false,
  9. String? textForCenter = 'Centre',
  10. LatLng? etaFrom,
  11. String? focusMapOn,
  12. String? notificationID,
  13. DateTime? refreshAt,
})

Implementation

AtLocationFlutterPlugin(
  this.atsignsToTrack, {
  Key? key,
  this.left,
  this.right,
  this.top,
  this.bottom,
  this.calculateETA = false,
  this.addCurrentUserMarker = false,
  this.textForCenter = 'Centre',
  this.etaFrom,
  this.focusMapOn,
  this.notificationID,
  this.refreshAt,
}) : super(key: key);