updateFromPlatform method
Updates the inside/outside state from platform events
Implementation
void updateFromPlatform(bool isInside) {
_insideEllipseNotifier.value = isInside;
}
Updates the inside/outside state from platform events
void updateFromPlatform(bool isInside) {
_insideEllipseNotifier.value = isInside;
}