Returns the hardware MAC address of the currently connected device
Future<String> getActiveDevice() async { return await _methodChannel.invokeMethod('getActiveDevice'); }