showHome method

Future<void> showHome()

Implementation

Future<void> showHome() {
  throw UnimplementedError('platformVersion() has not been implemented.');
}