Evm constructor

Evm()

Implementation

Evm() {
  _storage = const FlutterSecureStorage();
}