getCurrentConnectivity method

  1. @VoltronMethod(funcGetCurrentConnectivity)
bool getCurrentConnectivity(
  1. JSPromise promise
)

Implementation

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