getAllUpdateInfo method Null safety

Future<List<BMFUpdateElement>?> getAllUpdateInfo()

返回各城市离线地图更新信息

Implementation

Future<List<BMFUpdateElement>?> getAllUpdateInfo() async {
  return await _bmfOfflineMapDispatcher.getAllUpdateInfo(_channel);
}