passbook method

Future<bool?> passbook()

Open iOS settings in Passbook section` returns operation successful or failure.

Implementation

Future<bool?> passbook() {
  return postMessage<bool?>(action: 'App-Prefs:passbook');
}