renderBitmap method
在画布上绘制位图.
Implementation
@override
Future<void> renderBitmap(Uint8List bitmap, BitmapStyle style) async {
_myPlugin.renderBitmap(bitmap, style);
}
在画布上绘制位图.
@override
Future<void> renderBitmap(Uint8List bitmap, BitmapStyle style) async {
_myPlugin.renderBitmap(bitmap, style);
}