menu
flutter_cached_uuid package
documentation
flutter_cached_uuid_platform_interface.dart
FlutterCachedUuidPlatform
getUUID method
getUUID method
dark_mode
light_mode
getUUID
method
Future
<
String
?
>
getUUID
(
)
Implementation
Future<String?> getUUID() { throw UnimplementedError('getUUID() has not been implemented.'); }
flutter_cached_uuid package
documentation
flutter_cached_uuid_platform_interface
FlutterCachedUuidPlatform
getUUID method
FlutterCachedUuidPlatform class