pointExchange method

Future<void> pointExchange()

Implementation

Future<void> pointExchange() async {
  assert(
    await SjSdkTestingPlatform.instance.isInitialized,
    "Please call SjSdkTesting.init() before using this method",
  );
  return SjSdkTestingPlatform.instance.pointExchange();
}