onLocationChange method

void onLocationChange(
  1. dynamic callback(
    1. LocationChangeEvent p1
    )
)

Implementation

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