menu
gameolive package
documentation
gameolive.dart
Gameolive
getPlatformVersion method
getPlatformVersion method
dark_mode
light_mode
getPlatformVersion
method
Future
<
String
?
>
getPlatformVersion
(
)
Implementation
Future<
String?
> getPlatformVersion() {
return
GameolivePlatform.instance.getPlatformVersion(); }
gameolive package
documentation
gameolive
Gameolive
getPlatformVersion method
Gameolive class