authenticateWithDialog method

  1. @Deprecated('Use authenticate() instead.')
Future<CarpUser> authenticateWithDialog()

Implementation

@Deprecated('Use authenticate() instead.')
Future<CarpUser> authenticateWithDialog() => authenticate();