restart method

Future<void> restart()

Platform contract: restart the app (Android clean relaunch; others no-op)

Implementation

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