startLiveness method

Future startLiveness(
  1. String? baseUrl,
  2. String? appKey,
  3. bool isProd
)

Implementation

Future startLiveness(String? baseUrl, String? appKey, bool isProd) {
  throw UnimplementedError('platformVersion() has not been implemented.');
}