menu
restestplugin package
documentation
restestplugin_platform_interface.dart
RestestpluginPlatform
getMyName method
getMyName method
dark_mode
light_mode
getMyName
method
Future
<
String
?
>
getMyName
(
)
Implementation
Future<String?> getMyName() { throw UnimplementedError('getMyName() has not been implemented.'); }
restestplugin package
documentation
restestplugin_platform_interface
RestestpluginPlatform
getMyName method
RestestpluginPlatform class