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