UNPKG

nativescript-phone

Version:

NativeScript plugin to use the device phone and SMS features for Android and iOS

7 lines 191 B
import { Observable } from '@nativescript/core'; export class LocalEventEmitter extends Observable { constructor() { super(); } } //# sourceMappingURL=LocalEventEmitter.js.map