tryDisconnect method

Future<void> tryDisconnect()

@Method: tryDisconnect @Parameter: null @ReturnType: null @Description: socket try disconnect @author: waitwalker @Date: 2019-08-21

Implementation

Future<void> tryDisconnect() async {
  await _channel.invokeMethod(try_disconnect);
}