getSdkInformation method

Future<String?> getSdkInformation()

Implementation

Future<String?> getSdkInformation() {
  throw UnimplementedError('getSdkInformation() has not been implemented.');
}