removeSplash method

Future<void> removeSplash()

Signals native layer to remove the splash screen.

Implementation

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