AtLocationFlutterPlugin constructor
      
      AtLocationFlutterPlugin(})
     
    
    
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);