onLocationChange method
Implementation
void onLocationChange(Function(LocationChangeEvent p1) callback) {
return JPlatformInterface.instance.onLocationChange(callback);
}
void onLocationChange(Function(LocationChangeEvent p1) callback) {
return JPlatformInterface.instance.onLocationChange(callback);
}