testLoggerError function

Future<void> testLoggerError({
  1. required String string,
})

Implementation

Future<void> testLoggerError({required String string}) =>
    NekotonBridge.instance.api.crateApiMergedTestLoggerError(string: string);