retry method

Future<void> retry()

Retry initialization if it failed

Implementation

Future<void> retry() async {
  await initialize();
}