SharePlus.custom constructor

  1. @visibleForTesting
SharePlus.custom(
  1. SharePlatform platform
)

Create a custom instance of SharePlus. Use this constructor for testing purposes only.

Implementation

@visibleForTesting
factory SharePlus.custom(SharePlatform platform) => SharePlus._(platform);