setMockPathProviderPlatform function

  1. @visibleForTesting
void setMockPathProviderPlatform(
  1. Platform platform
)

Implementation

@visibleForTesting
void setMockPathProviderPlatform(Platform platform) {
  _platform = platform;
}