refreshToken static method
Returns Credential created from the provided refresh token that grants admin access to Firebase services.
This credential can be used in the call to initializeApp.
Implementation
static Credential refreshToken(refreshTokenPathOrObject) {
throw UnimplementedError();
}