testNetwork method

Future<void> testNetwork()

Implementation

Future<void> testNetwork() async {
  await TRTC.testNetwork();
}