getCurrentConnectivity method
Implementation
@VoltronMethod(funcGetCurrentConnectivity)
bool getCurrentConnectivity(final JSPromise promise) {
promise.reject('not support');
return true;
}
@VoltronMethod(funcGetCurrentConnectivity)
bool getCurrentConnectivity(final JSPromise promise) {
promise.reject('not support');
return true;
}