set_title method

Future<void> set_title(
  1. String? title
)

Implementation

Future<void> set_title(String? title) async {
  await kBmapCoreFluttifyChannel.invokeMethod('BMKUserLocation::set_title', <String, dynamic>{'__this__': this, "title": title});
}