DetectRootPackageResponse typedef

  1. @visibleForTesting
DetectRootPackageResponse = ({String? message, bool success, Uri? uri})

Implementation

@visibleForTesting
typedef DetectRootPackageResponse = ({
  bool success,
  String? message,
  Uri? uri,
});