macAddress method

Future<String?> macAddress()

Implementation

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