stopLogcat method

Future<String?> stopLogcat(
  1. bool needUpload
)

Implementation

Future<String?> stopLogcat(bool needUpload) {
  return TySmartPosApiPluginPlatform.instance.stopLogcat(needUpload);
}