Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanbeusekom committed Sep 2, 2021
1 parent 4fd9408 commit 02e130b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ enum AutoMediaPlaybackPolicy {
/// For example: JavaScript code that's triggered when the page is loaded can start playing
/// video or audio.
always_allow,
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class JavascriptChannel {
JavascriptChannel({
required this.name,
required this.onMessageReceived,
}) : assert(_validChannelNames.hasMatch(name));
}) : assert(_validChannelNames.hasMatch(name));

/// The channel's name.
///
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ class JavascriptMessage {

/// The contents of the message that was sent by the JavaScript code.
final String message;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ class WebResourceError {
/// This value is not provided on iOS. Alternatively, you can keep track of
/// the last values provided to [WebViewPlatformController.loadUrl].
final String? failingUrl;
}
}

0 comments on commit 02e130b

Please sign in to comment.