keepSplashVisible method
Signals native layer to keep splash visible.
Implementation
Future<void> keepSplashVisible() {
throw UnimplementedError('keepSplashVisible() has not been implemented.');
}
Signals native layer to keep splash visible.
Future<void> keepSplashVisible() {
throw UnimplementedError('keepSplashVisible() has not been implemented.');
}