log abstract method

Future<void> log(
  1. bool enable,
  2. String? tag
)

Implementation

Future<void> log(bool enable, String? tag);