@yesprasoon/capacitor-bluetooth-communication
Version:
A Capacitor plugin for client-to-server communication over Bluetooth Classic on Android.
7 lines • 306 B
JavaScript
import { registerPlugin } from '@capacitor/core';
const BluetoothCommunication = registerPlugin('BluetoothCommunication', {
web: () => import('./web').then((m) => new m.BluetoothCommunicationWeb()),
});
export * from './definitions';
export { BluetoothCommunication };
//# sourceMappingURL=index.js.map