getRotation method Null safety

Future<double?> getRotation()

获取map的旋转角度

rotation 旋转角度

Implementation

Future<double?> getRotation() async {
  return await BMFMapDispatcherFactory.instance.mapGetPropertyDispatcher
      .getRotation(_mapChannel);
}