removeSplash method
Signals native layer to remove the splash screen.
Implementation
Future<void> removeSplash() {
throw UnimplementedError('removeSplash() has not been implemented.');
}
Signals native layer to remove the splash screen.
Future<void> removeSplash() {
throw UnimplementedError('removeSplash() has not been implemented.');
}