get_subtitle method

Future<String?> get_subtitle()

Implementation

Future<String?> get_subtitle() async {
  final __result__ = await kBmapCoreFluttifyChannel.invokeMethod("BMKUserLocation::get_subtitle", {'__this__': this});
  return __result__;
}