mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-07 23:03:19 +08:00
chore(): lint
This commit is contained in:
parent
ae94c710af
commit
9e6f178378
@ -1,7 +1,3 @@
|
|||||||
/**
|
|
||||||
* Network Interface Plugin
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
import { Injectable } from '@angular/core';
|
import { Injectable } from '@angular/core';
|
||||||
import { Plugin, Cordova, IonicNativePlugin } from '@ionic-native/core';
|
import { Plugin, Cordova, IonicNativePlugin } from '@ionic-native/core';
|
||||||
|
|
||||||
@ -36,8 +32,10 @@ import { Plugin, Cordova, IonicNativePlugin } from '@ionic-native/core';
|
|||||||
export class NetworkInterface extends IonicNativePlugin {
|
export class NetworkInterface extends IonicNativePlugin {
|
||||||
|
|
||||||
@Cordova()
|
@Cordova()
|
||||||
getIPAddress(): Promise<string> { return; }
|
getIPAddress(): Promise<string> {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the WiFi IP address
|
* Gets the WiFi IP address
|
||||||
* @param success {Function} Callback used when successful
|
* @param success {Function} Callback used when successful
|
||||||
|
Loading…
Reference in New Issue
Block a user