presentTestSuite method

void presentTestSuite ()

Implementation

static void presentTestSuite() async {
  try {
    await _channel.invokeMethod('presentTestSuite');
  } on PlatformException catch (e) {
    debugPrint(e.message);
  }
}