removeAllScreenNamesToIgnore static method
This method is used for removing all the registered screenNames that needs to be ignored.
Implementation
static Future<void> removeAllScreenNamesToIgnore() async {
await _channel.invokeMethod('removeAllScreenNamesToIgnore');
}