adapter property

An adapter that defines the platform of the server.

サーバーのプラットフォームを定義するアダプター。

Implementation

FunctionsAdapter get adapter {
  return FunctionsAdapter._test ?? _adapter ?? FunctionsAdapter.primary;
}