updateFromPlatform method

void updateFromPlatform(
  1. bool isInside
)

Updates the inside/outside state from platform events

Implementation

void updateFromPlatform(bool isInside) {
  _insideEllipseNotifier.value = isInside;
}