getMacAddress method

Future<String?> getMacAddress()

Implementation

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