onInit method Null safety
Executed one time when the Endpoint is initialized
Do not call this function on purpose, it is called for you from Spark.
Implementation
Future<void> onInit(String uri, String method) async => null;
Executed one time when the Endpoint is initialized
Do not call this function on purpose, it is called for you from Spark.
Future<void> onInit(String uri, String method) async => null;