export default class PushFcmProvider {
  id: string = 'push-fcm-provider'
  transporter: Object

  constructor (config: Object) {