getDevice static method

Future<Map?> getDevice()

Implementation

static Future<Map?> getDevice() async {
  return await _channel.invokeMapMethod("getDevice");
}