debug static method

Future<void> debug(
  1. String tag,
  2. String message
)

Implementation

static Future<void> debug(String tag, String message) =>
    _api.debug(tag, message);