createTestController method
Creates a new test controller.
Implementation
_i3.TestController createTestController(
_i2.String id,
_i2.String label,
) =>
_i4.callMethod(
this,
'createTestController',
[
id,
label,
],
);