Interface ElectronMessagingService

interface ElectronMessagingService {
    ipcChannel(path, callback): void;
}

Implemented by

Methods

Methods