Future getInt()

in lib/confidence_flutter_sdk_platform_interface.dart [74:76]


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