debug method

  1. @override
Future<void> debug(
  1. Map<String, String> features, {
  2. Context? ctx,
})
override

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);
}