getDeviceInfo method

Future<Map<String, dynamic>> getDeviceInfo()
inherited

获取网络信息

注意: 该接口仅在安卓平台支持

Implementation

Future<Map<String, dynamic>> getDeviceInfo() {
  throw UnimplementedError('getDeviceInfo() has not been implemented.');
}