removeAppFromBypass method

Future<bool> removeAppFromBypass(
  1. String packageName
)

Remove app from bypass list packageName - app package name (Android) or bundle ID (iOS)

Implementation

Future<bool> removeAppFromBypass(String packageName) {
  throw UnimplementedError('removeAppFromBypass() has not been implemented.');
}