instance property

Get an instance of the library. There will always only be one instance.

Note: this is the unsupported variant that is exposed in io builds, check the web version where the functions actually work!

Implementation

static FlutterWebBluetoothInterface get instance =>
    _instance ??= FlutterWebBluetooth._();