showText method
Implementation
@override
Future<void> showText(String text, D1TextAlign textAlign) async {
await methodChannel.invokeMethod('showText', {
'text': text,
'textAlign': textAlign.text,
});
}
@override
Future<void> showText(String text, D1TextAlign textAlign) async {
await methodChannel.invokeMethod('showText', {
'text': text,
'textAlign': textAlign.text,
});
}