getMacAddress method

Future<String?> getMacAddress()

Implementation

Future<String?> getMacAddress() {
  return MacAddressPlusPlatform.instance.getMacAddress();
}