restart method
Platform contract: restart the app (Android clean relaunch; others no-op)
Implementation
Future<void> restart() {
throw UnimplementedError('restart() has not been implemented.');
}
Platform contract: restart the app (Android clean relaunch; others no-op)
Future<void> restart() {
throw UnimplementedError('restart() has not been implemented.');
}