setNotifiers abstract method

void setNotifiers(
  1. LocationNotifier? locationNotifier,
  2. LocationAvailableNotifier? availableNotifier
)

Implementation

void setNotifiers(
  LocationNotifier? locationNotifier,
  LocationAvailableNotifier? availableNotifier
);