device static method

Future<Map> device()

Implementation

static Future<Map> device() async {
  return await _channel.invokeMethod('device');
}