removeGpsData method
Removes GPS latitude, longitude, altitude, and timestamp from the parameters.
Implementation
Future<void> removeGpsData() {
return _channel.$removeGpsData(this);
}
Removes GPS latitude, longitude, altitude, and timestamp from the parameters.
Future<void> removeGpsData() {
return _channel.$removeGpsData(this);
}