menu
yandex_plugin package
documentation
yandex_plugin_platform_interface.dart
YandexPluginPlatform
init method
init method
dark_mode
light_mode
init
method
Future
<
String
?
>
init
(
{
required
String
yandexMapKey
,
})
Implementation
Future<String?> init({required String yandexMapKey}) async{ print('object'); return "object"; }
yandex_plugin package
documentation
yandex_plugin_platform_interface
YandexPluginPlatform
init method
YandexPluginPlatform class