Skip to content

Commit 9fbaf39

Browse files
committed
Updated showErrorNotification method documentation
1 parent f78e852 commit 9fbaf39

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/src/google_api_availability.dart

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,6 @@ class GoogleApiAvailability {
9393
/// Displays a notification for an error code, if it is resolvable by the user.
9494
/// This method is similar to [showErrorDialogFragment], but is provided for
9595
/// background tasks that cannot or should not display dialogs.
96-
///
97-
/// Returns true if the connection status did not equal [SUCCESS] or
98-
/// any other non-[ConnectionResult] value.
99-
/// Returns false otherwise.
10096
Future<void> showErrorNotification() async {
10197
if (defaultTargetPlatform != TargetPlatform.android) {
10298
throw UnsupportedError('Not available on non Android devices.');

0 commit comments

Comments
 (0)