package cordova-plugin-push-notifications

  1. Overview
  2. Docs
module Android : sig ... end
module Ios : sig ... end
type t
val create : ?android:Android.t -> ?ios:Ios.t -> unit -> t