stopNotifications method

Implementation

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