Skip to content

Commit

Permalink
Fix a sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
temeddix committed Oct 23, 2024
1 parent bbb9a9e commit 51382db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flutter_package/lib/src/load_web.dart
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Future<void> loadJsFile() async {
// to call functions defined in Dart.
js.context['rinfBindings'] = js.JsObject.jsify({});

// Prepare to await for the module load.
// Prepare to await the module load.
final loadCompleter = Completer<void>();
rinfBindingsObject['completeRinfLoad'] = loadCompleter.complete;

Expand Down

0 comments on commit 51382db

Please sign in to comment.