getAddress static method

Future<String> getAddress()

Get address

Implementation

static Future<String> getAddress() async {
  return await _channel.invokeMethod('evmGetAddress');
}