getCertifications method

Future<List<Certificate>> getCertifications()

Implementation

Future<List<Certificate>> getCertifications() {
  throw UnimplementedError('platformVersion() has not been implemented.');
}