export default class PushAdmProvider {
  id: string = 'push-adm-provider'
  transporter: Object

  constructor (config: Object) {