unlinkProvider method
Implementation
Future<UnlinkResponse> unlinkProvider(UnlinkRequest request) async =>
UnlinkResponse.fromJson(
await _post(
_buildUri('accounts:update'),
request.toJson(),
),
);
Future<UnlinkResponse> unlinkProvider(UnlinkRequest request) async =>
UnlinkResponse.fromJson(
await _post(
_buildUri('accounts:update'),
request.toJson(),
),
);