initialize method

Future<void> initialize()

Initializes the ble plugin platform specific counter parts.

The initialization is performed automatically the first time any BLE operation is triggered.

Implementation

Future<void> initialize() {
  throw UnimplementedError('initialize() has not been implemented.');
}