resetLogFilter method
Resets the log filter to Substrate defaults
unsafe: This method is only active with appropriate flags
Implementation
Future<dynamic> resetLogFilter() async {
final response = await _provider.send('system_resetLogFilter', []);
return response.result;
}