getVerboseFilePath method

String? getVerboseFilePath()

Implementation

String? getVerboseFilePath() {
  if (plugin._channel is VerboseLogMethodChannel) {
    return (plugin._channel as VerboseLogMethodChannel).logFilePath;
  }

  return null;
}