UNPKG

appsflyer-capacitor-plugin

Version:
7 lines 272 B
import { registerPlugin } from '@capacitor/core'; const AppsFlyer = registerPlugin('AppsFlyerPlugin', {}); export * from './definitions'; export * from './Appsflyer_constants'; export * from './appsflyer_interfaces'; export { AppsFlyer }; //# sourceMappingURL=index.js.map