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