hardware property

Future get hardware

获取硬件

Implementation

Future<dynamic> get hardware async {
  return  _channel.invokeMethod("getHardware");
}