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