getTelemetryEnabled method
Retrieves whether collection of anonymized telemetry data is enabled.
The returned Future completes after the query has been made on the platform side.
Implementation
Future<bool> getTelemetryEnabled() async {
return _vietmapGLPlatform.getTelemetryEnabled();
}