get_paths method

Future<String?> get_paths()

Implementation

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