Open Yadav-Sunil opened 2 years ago
Future exportAllLogs() async { FlutterLogs.exportLogs(exportType: ExportType.ALL); return _completer.future as FutureOr; }
but _completer unable to return value ,
Word by word duplicate of #24 Why did the author post it twice with different accounts?
Future exportAllLogs() async { FlutterLogs.exportLogs(exportType: ExportType.ALL); return _completer.future as FutureOr; }
but _completer unable to return value ,