removeAppTimeLimit method

Future<void> removeAppTimeLimit(
  1. String packageName
)

Implementation

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