utils/helpers library

Functions

createServer(String url, Future<bool> serverCallback({required String? accessToken, required String? emailFound, required String? refreshToken})) Future<void>
Create a server to handle the OAuth2 callback.
openUrl(String url) Future<ProcessResult>
Open the URL in the default browser.