Sahid Rahutomo

Results 4 comments of Sahid Rahutomo

just change your package code -> bluetooth_print.dart from : `BluetoothPrint._() { _channel.setMethodCallHandler((MethodCall call) { _methodStreamController.add(call); return; } as Future Function(MethodCall)?); }` to this: `BluetoothPrint._() { _channel.setMethodCallHandler((MethodCall call) async{ _methodStreamController.add(call); return;...

> i checked on web and our plugin works fine is this issue happen often ? i don't know for sure, but when i tested flutter web on mobile device(android...

you're rock bro

i have been solved this issue on Link : [Pull Request](https://github.com/ionicfirebaseapp/getwidget/pull/363) please review it bro