/// Accounts credentials helper /// /// Stores current account tokens /// /// @author Pierre HUBERT class AccountCredentialsHelper { /// Checkout whether current user is signed in or not Future signedIn() async { return false; // TODO : implement } }