registerRegion method

  1. @DomName('Geofencing.registerRegion')
  2. @DocsEditable()
  3. @Experimental()
Future registerRegion(GeofencingRegion region)

Source

@DomName('Geofencing.registerRegion')
@DocsEditable()
@Experimental() // untriaged
Future registerRegion(GeofencingRegion region) =>
    convertNativePromiseToDartFuture(_blink.BlinkGeofencing.instance
        .registerRegion_Callback_1_(this, region));

© 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/registerRegion.html