stop method

  1. @override
Future<bool> stop()
override

Implementation

@override
Future<bool> stop() async {
  System().gps.removeListener(this);
  super.stop();
  return true;
}