isTrailLicence method

Future<bool?> isTrailLicence()

Implementation

Future<bool?> isTrailLicence() async {
  throw UnimplementedError('has not been implemented.');
}