Interface TerminalProfileProvider

interface TerminalProfileProvider {
    provideTerminalProfile(token): ProviderResult<TerminalProfile>;
}

Methods