menu
camcode package
documentation
camcode_web.dart
CamcodeWeb
fetchResult method
fetchResult method
dark_mode
light_mode
fetchResult
method
Future
<
String
>
fetchResult
(
)
wait for the result to be completed
Implementation
Future<String> fetchResult() { return completer.future; }
camcode package
documentation
camcode_web
CamcodeWeb
fetchResult method
CamcodeWeb class