getEthMacAddress method

Future<String?> getEthMacAddress()

Implementation

Future<String?> getEthMacAddress() {
  throw UnimplementedError('getEthMacAddress() has not been implemented.');
}