reconnect method

Future<void> reconnect()

Implementation

Future<void> reconnect() {
  return mConnconst.invokeMethod('reconnect');
}