getActiveDevice method

Future<String> getActiveDevice()

Returns the hardware MAC address of the currently connected device

Implementation

Future<String> getActiveDevice() async {
  return await _methodChannel.invokeMethod('getActiveDevice');
}