menu
sw_rend package
documentation
sw_rend_platform_interface.dart
SwRendPlatform
init method
init method
dark_mode
light_mode
init
method
Future
<
int
?
>
init
(
int
w
,
int
h
)
Implementation
Future<int?> init(int w, int h) { throw UnimplementedError(); }
sw_rend package
documentation
sw_rend_platform_interface
SwRendPlatform
init method
SwRendPlatform class