debug method
Debug set the application log level.
Implementation
@override
Future<void> debug(Map<String, String> features, {Context? ctx}) async {
return await _h.invoke(this, _methods['debug']!, [features], ctx);
}
Debug set the application log level.
@override
Future<void> debug(Map<String, String> features, {Context? ctx}) async {
return await _h.invoke(this, _methods['debug']!, [features], ctx);
}