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

Commit

Permalink
[force-code-for-refresh-token-platform-interface] Adjust comments per…
Browse files Browse the repository at this point in the history
… PR feedback
  • Loading branch information
fbcouch committed May 11, 2022
1 parent 3699c23 commit ae071af
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ abstract class GoogleSignInPlatform {
/// if the provided instance is a class implemented with `implements`.
void _verifyProvidesDefaultImplementations() {}

/// Initializes the plugin. You must call this method before calling other
/// methods.
/// Initializes the plugin. Deprecated: call [initWithParams] instead.
///
/// The [hostedDomain] argument specifies a hosted domain restriction. By
/// setting this, sign in will be restricted to accounts of the user in the
Expand All @@ -89,8 +88,8 @@ abstract class GoogleSignInPlatform {
throw UnimplementedError('init() has not been implemented.');
}

/// Initializes the plugin. You must call this method before calling other
/// methods.
/// Initializes the plugin with [params]. You must call this method before
/// calling other methods.
///
/// The [params] argument specifies the parameters that will be used to
/// initialize the plugin.
Expand Down

0 comments on commit ae071af

Please sign in to comment.