UNPKG

capacitor-ssid-plugin

Version:

Simple SSID detection plugin for Capacitor

6 lines (5 loc) 112 B
export interface SSIDPluginPlugin { getCurrentSSID(): Promise<{ ssid: string | null; }>; }