takeSnapshot method Null safety

Future<Uint8List?> takeSnapshot()

获得地图当前可视区域截图

范围内的截取的Images

Implementation

Future<Uint8List?> takeSnapshot() async {
  return await BMFMapDispatcherFactory.instance.mapStatusDispatcher
      .takeSnapshot(_mapChannel);
}