onStarted method

Future<void> onStarted(
  1. Keyring keyring
)

This method will be called after plugin started

Implementation

Future<void> onStarted(Keyring keyring) async => null;