flutter_logs icon indicating copy to clipboard operation
flutter_logs copied to clipboard

Unable to export logs and Share on android device, its working fine in ios

Open Yadav-Sunil opened this issue 2 years ago • 1 comments

Future exportAllLogs() async { FlutterLogs.exportLogs(exportType: ExportType.ALL); return _completer.future as FutureOr; }

but _completer unable to return value ,

Yadav-Sunil avatar Mar 15 '22 05:03 Yadav-Sunil