AsyncEcRecover typedef

AsyncEcRecover = Future<String> Function(String signature, String message)

Implementation

typedef AsyncEcRecover = Future<String> Function(
    String signature, String message);