restartApp method

Future<bool?> restartApp({
  1. String? iosNotificationTitle,
  2. String? iosNotificationContent,
})

Implementation

Future<bool?> restartApp({
  String? iosNotificationTitle,
  String? iosNotificationContent
}) async {
  throw UnimplementedError('restartApp() has not been implemented.');
}