unregisterRegion method
- @DomName('Geofencing.unregisterRegion')
- @DocsEditable()
- @Experimental()
Source
@DomName('Geofencing.unregisterRegion') @DocsEditable() @Experimental() // untriaged Future unregisterRegion(String regionId) => convertNativePromiseToDartFuture(_blink.BlinkGeofencing.instance .unregisterRegion_Callback_1_(this, regionId));
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/Geofencing/unregisterRegion.html