getLogs method

Future<List<String>> getLogs()

Get buffered log messages

Returns a list of recent log messages that have been buffered.

Implementation

Future<List<String>> getLogs() {
  return FlutterSingboxPlatform.instance.getLogs();
}