retry method

Future<void> retry()

Retries initialization after an error.

Implementation

Future<void> retry() => initialize();