menu
flutter_plugin_printer package
documentation
interface/my_plugin_platform_interface.dart
MyPluginPlatformInterface
renderBitmap abstract method
renderBitmap abstract method
dark_mode
light_mode
renderBitmap
abstract method
Future
<
void
>
renderBitmap
(
Uint8List
bitmap
,
BitmapStyle
style
)
在画布上绘制位图.
Implementation
Future<void> renderBitmap(Uint8List bitmap, BitmapStyle style);
flutter_plugin_printer package
documentation
interface/my_plugin_platform_interface
MyPluginPlatformInterface
renderBitmap abstract method
MyPluginPlatformInterface class