isTrailLicence method

Future<bool?> isTrailLicence()

This method is used to check if the license is trail or not.

Implementation

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