Future getString()

in lib/confidence_flutter_sdk_platform_interface.dart [38:40]


  Future<String> getString(String key, String defaultValue) {
    throw UnimplementedError('getString() has not been implemented.');
  }