getMacAddress method

Future<String> getMacAddress()

Implementation

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