startLocation method
void
startLocation()
Implementation
void startLocation() {
const method = '/startLocation';
try {
_channel.invokeMethod(method);
} on PlatformException catch (e) {
if(kDebugMode) print(e);
}
}