UNPKG

@aws-amplify/analytics

Version:

Analytics category of aws-amplify

8 lines (7 loc) 238 B
/** * Enables the Analytics category to permit the transmission of events. * * @note * Analytics is enabled by default. You do not need to call this API unless you have disabled Analytics. */ export declare const enable: () => void;