prepare abstract method
Do some preparation work before using the platform.
Like get access token & set to headers, etc.
Implementation
Future<void> prepare();
Do some preparation work before using the platform.
Like get access token & set to headers, etc.
Future<void> prepare();