debug method

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

Debug set the debug features.

Implementation

Future<void> debug(Map<String, String> features, {Context? ctx}) {
  throw UnimplementedError('debug() has not been implemented.');
}