startNotifications method

Implementation

Future<BluetoothRemoteGATTCharacteristic> startNotifications() => js_util
    .promiseToFuture(js_util.callMethod(this, 'startNotifications', []));