testLoggerError function

Future<void> testLoggerError(
  1. String string
)

Implementation

Future<void> testLoggerError(String string) async {
  createLib().testLoggerError(string: string);
}