@override onGpsData({Payload? payload}) { // Save Current Location if (payload != null) System().currentLocation = payload; }