removeAppFromBypass method
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.');
}