onStartedEVM method

Future<void> onStartedEVM(
  1. KeyringEVM keyringEvm
)

This method will be called after plugin started

Implementation

Future<void> onStartedEVM(KeyringEVM keyringEvm) async => null;