selfTest method

Future<void> selfTest()

Implementation

Future<void> selfTest() async {
  await methodChannel.invokeMethod<void>('selfTest');
}