logApiEvent abstract method

Future<void> logApiEvent(
  1. String type,
  2. int status, {
  3. String message = '',
})

Implementation

Future<void> logApiEvent(String type, int status, {String message = ''});