removeGpsData method

Future<void> removeGpsData()

Removes GPS latitude, longitude, altitude, and timestamp from the parameters.

Implementation

Future<void> removeGpsData() {
  return _channel.$removeGpsData(this);
}