initialize method

  1. @override
Future<void> initialize()
override

Perform other initialization processes.

その他の初期化処理を行います。

Implementation

@override
Future<void> initialize() {
  throw UnsupportedError("Purchasing function is not supported.");
}