updateConfig method

Future<Map> updateConfig(
  1. String token,
  2. Map<String, dynamic> remoteAuth
)

Implementation

Future<Map> updateConfig(String token, Map<String, dynamic> remoteAuth) {
  throw UnimplementedError("Update Config has not been implemented");
}