menu
flutter_plugin_printer package
documentation
interface/my_plugin_platform_interface.dart
MyPluginPlatformInterface
renderArea abstract method
renderArea abstract method
dark_mode
light_mode
renderArea
abstract method
Future
<
void
>
renderArea
(
AreaStyle
format
)
在画布上绘制图形.
Implementation
Future<void> renderArea(AreaStyle format);
flutter_plugin_printer package
documentation
interface/my_plugin_platform_interface
MyPluginPlatformInterface
renderArea abstract method
MyPluginPlatformInterface class