We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f78e852 commit 9fbaf39Copy full SHA for 9fbaf39
lib/src/google_api_availability.dart
@@ -93,10 +93,6 @@ class GoogleApiAvailability {
93
/// Displays a notification for an error code, if it is resolvable by the user.
94
/// This method is similar to [showErrorDialogFragment], but is provided for
95
/// 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.
100
Future<void> showErrorNotification() async {
101
if (defaultTargetPlatform != TargetPlatform.android) {
102
throw UnsupportedError('Not available on non Android devices.');
0 commit comments